@charset "utf-8"; /* 设置编码  css代码的编码 */
*{
	margin:0px;
	padding:0px;
	outline:none;
	text-decoration:none;
	font-family:'Arial Normal', 'Arial',"SimSun";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	background:#fafafa;
	font-size:14px;
}
html { overflow-x: hidden; overflow-y: auto; }
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
address,cite,dfn,em,var{font-style:normal;}
small{font-size:12px;}
ul,ol,li{list-style:none;}
a{
	text-decoration:none;
	color:#333;
	outline:none;
}
a:hover,a:focus,a:active{
	color:#888;
}
legend{color:#000;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
fieldset,img{border:0;vertical-align:middle;}
button,input,select,textarea{font-size:100%;outline:0px;}
table{border-collapse:collapse;border-spacing:0;text-align:center;}
img{-ms-interpolation-mode:bicubic;}
textarea{resize:vertical;}
label,button{cursor:pointer;}
body,form{position:relative;}
p{word-wrap:break-word;}

article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,summary, time, mark, audio, video { display: block;margin: 0;padding: 0;}
mark { background: #ff0; }
/*常用class*/
#header,#content,#footer{margin-left:auto;margin-right:auto;}
.left{float:left}
.right{float:right}
.overflow{overflow:hidden}
.hide{display:none}
.block{display:block}
.inline{display:inline}
.clear{clear:both;height:0;line-height:0;font-size:0;visibility:hidden;overflow:hidden}


/*公共部分*/
.header{width:100%;min-width:1200px;background:#fff;padding-bottom: 74px;}
.header-top{width: 100%;height:40px;line-height:40px;background-color:#f5f5f5;overflow: hidden; }
.header-main{width:1200px;height:40px;line-height:40px;margin:0 auto;}
.header-left{
	color:#888;
}
.header-left font{
	margin:0 5px;
}
.header-right>div{
	display:inline-block;
	vertical-align:top;
}
.header-input{
	float:left;
	width:354px;
	height:43px;
	border:2px solid #00aeff;
	border-right:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	padding-left:14px;
	color:#666;
	font-size:16px;
	vertical-align:top;
}
.header-search {
	flex: 1 1 auto;
	width: 402px;
	height: 46px;
	margin-top: 27px;
}
.top-search-btn{
	float:left;
	width:45px;
	height:43px;
	border:none;
	background:#00aeff url(../../image/gz/search-ico.png) center no-repeat;
	background-size:30px 30px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	cursor:pointer;
}
.header-lx a{
	padding:0 20px;
}
.header-lx a+a{
	border-left:1px solid #333;
}
.top-content{
	display: flex;
	width:1200px;
	height:116px;
	padding-top:20px;
	margin: 0 359px;
}
.banner{
	flex: 1 1 auto;
}
.logo{
	display:inline-block;
}
.logo img{
	vertical-align:super;
}
.location{
	position:relative;
	width:100px;
	height:45px;
	display: inline-block;
	margin:23px 0 0 5px;
	vertical-align:top;	
}
.location-top{
	position:absolute;
	width:100px;
	height:45px;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	border-color:#fff;
	font-family: "Microsoft Yahei";
	padding:0 5px;
	cursor:default;
	z-index:0;
	background:#fff;
}
.location:hover .location-top{
	border-color:#e5e5e5;
}
.partition{
    display:none;
    position:absolute;
    top:44px;
	left:-56px;
    height:50px;
	width:210px;
    padding:5px;
    background-color:#fff;
    border:1px solid #e5e5e5;
    z-index:2;
	text-align:center;
}
.location-top span{
	display:block;
	font-size:16px;
	height:25px;
	line-height:25px;
	padding:0 8px;
	text-align:left;
	position:relative;
	background:url(../../image/gz/down-arrow.gif) no-repeat right center;
}
.location-top font{
	height: 22px;
	padding-top: 2px;
	border-radius: 4px;
	display:block;
	font-size:12px;
	color:#00aeff;
	border:2px solid #00aeff;
}
.location:hover .partition{
	display:block;
}
.partition a{
    margin:0 5px;
	line-height:40px;
	font-size:14px;
}
.main-nav{
	width: 100%;
	min-width: 1500px;
	height: 45px;
	position: absolute;
	top: 183px;
	text-align: center;;
	background-color: #00aeff;
}
.menu-list {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
}
.menu-list>li{
	float: left;
	width:130px;
	line-height:45px;
	text-align:center;
	position:relative;
}
.menu-list>li>a{
	font-family:"Microsoft Yahei";
	display:block;
	overflow:auto;
	color:#fff;
	font-weight: bold;
	font-size:16px;
}
.menu-list>li>a h1,.menu-list>li>a h2{
	font-weight: bold;
}
.menu-list>li:hover{
	background-color: #009ce5;
}
.menu-list>li ul{
	position:absolute;
	left:-1px;
	display:none;
	z-index:9;
	width:100%;
	background:#fff;
	padding-top:10px;
	border-top:none;
	box-sizing:content-box;
}
.menu-class li{
	height: 45px;
}
.menu-list>li ul a{
	line-height:45px;
	display:block;
}
.logo-num{
	flex: 1 1 auto;
}
.logo-moto{
	width:126px;
	height:74px;
	margin-top:10px;
}
.top-nav-content{
	width:100%;
	height:45px;
}
.top-course-block{
	z-index:999;
	height:465px;
	width:1200px;
	border:1px solid #fc7305;
	border-top:none;
	background:#fff;
	display:none;
	position:absolute;
	top:45px;
}
.slide-menu{
	overflow:auto;
	height:100%;
}
.slide-menu li{
	width:14.28%;
	height:100%;
	float:left;
}
.slide-menu li+li{
	border-left:1px solid #dedede;
}
.slide-menu h3{
	text-align:center;
	font-weight:normal;
	background:#f0f0f0;
	height:60px;	
}
.slide-menu h3 a{
	font-size:20px;
	color:#fc7305;
	line-height:60px;
}
.slide-menu a:hover{
	text-decoration:underline;
}
.slide-c-block{
	padding:0 15px;
}
.slide-c-block dl{
	padding:12px 0;
}
.slide-c-block dl dt{
	white-space:nowrap;
}
.slide-c-block dl+dl{
	border-top:1px solid #dedede;
}
.slide-menu dd a,.slide-menu span{
	color:#666;
	font-size:14px;
}
.slide-menu font{
	font-size:14px;
	color:#333;
}
.hot-c:after{
	content:url(../../image/gz/hot-ico.png);
	margin-left:8px;
}
.first-c:after{
	content:url(../../image/gz/first-ico.png);
	margin-left:8px;
}


.footer{width: 100%;height:auto;background-color:#193152;min-width: 1200px;}
.footer-main{width:1200px;height:auto;margin:0 auto;overflow: hidden;padding:20px 0 10px;position: relative;}
.footer-main h1{font-size:20px;color:#ccc;margin-bottom:10px;font-weight:normal;}
.footer-contact{border-bottom:1px solid #ccc;padding-bottom:10px;}
.footer-contact p{color:#ccc;line-height:40px;font-size:16px;}
.footer-wechat{text-align:center;margin-top: -90px;margin-bottom: 90px;}
.footer-wechat img{width:180px;height:180px;margin-right:50px;}
.footer-flink{padding:10px 0;border-bottom: 1px solid #ccc;position: absolute;right:364px;top: 109px;}
.footer-flink ul{overflow:hidden;}
.footer-flink li{display: block;margin-right:30px;height:36px;line-height:36px;}
.footer-flink h4{color:#ccc;height:20px;line-height:20px;margin:8px 0 8px;font-weight:normal;font-size:20px;}
.footer-flink a{color:#ccc;font-size:16px;}
.footer-flink a:hover{color:#ccc;}
.footer-right{width:1200px;height:40px;}
.footer-right p{color:#ccc;line-height:40px;text-align:Center;}
.footer-right a{color:#ccc;}
/* 右边联系我们 */
.contactUs{	
	position:fixed;
	right:0;
	top:0;
	background:rgba(122,110,110,0.8);
	width:30px;
	text-align:center;
	height:100%;
}
.contactUs ul{
	margin-top:230px;
}
.contactUs ul li{
	line-height:40px;
	height:40px;
}
.contactUs ul li a{
	display:block;
}
.contactUs ul li a img{
	width:20px;
	margin-top:10px;
	vertical-align:top;
}
.contactUs ul li:hover,.open{
	background:#00aeff;
}
.showWechat{
	position:absolute;
	right:40px;
	top:230px;
	width:200px !important;
	display:none;
}
.phoneDiv,.qqDiv,.onlineDiv{
	position:absolute;
	right:30px;
	background:#00aeff;
	display:none;
	height:40px;
	color:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-size:12px;
}
.phoneDiv{
	top:310px;
	width:150px;
}
.qqDiv{	
	top:270px;
	width:80px;
}
.onlineDiv{
	top:350px;
	width:60px;
}
.courseDetailTable tr td{
	text-align: left;
	padding: 10px;
	font-size: 15px;
	line-height: 1.8;
	color: #888;
}
.courseDetailTable tr.backBg{
	background-color: #eee;
}
.courseDetailTable tr.bg1{
	background-color: #8cc540;
}
.courseDetailTable tr.bg2{
	background-color: #009f5d;
}
.courseDetailTable tr.bg3{
	background-color: #019fa0;
}
.courseDetailTable tr.bg4{
	background-color: #019fde;
}
.courseDetailTable tr.bg5{
	background-color: #007cdc;
}
.courseDetailTable tr.bg6{
	background-color: #887ddd;
}

.courseDetailTable tr.bg7{
	background-color: #cd7bdd;
}
.courseDetailTable tr.bg8{
	background-color: #ff5675;
}
.courseDetailTable tr.bg9{
	background-color: #ff1244;
}
.courseDetailTable tr.bg10{
	background-color:#ff8345;
}
.courseDetailTable tr.bg11{
	background-color:#f8bd0b;
}
.courseDetailTable tr.bg12{
	background-color:#d1d2d4;
}
.courseDetailTable .w05{
	width: 5%;
}
.courseDetailTable .w10{
	width: 10%;
}
.courseDetailTable .w15{
	width: 15%;
}
.courseDetailTable .w20{
	width: 20%;
}
.courseDetailTable .w25{
	width: 25%;
}
.courseDetailTable .w30{
	width: 30%;
}
.courseDetailTable .w35{
	width: 35%;
}
.courseDetailTable .w40{
	width: 40%;
}
.courseDetailTable .w45{
	width: 45%;
}
.courseDetailTable .w50{
	width: 50%;
}
.courseDetailTable .w55{
	width: 55%;
}
.courseDetailTable .w60{
	width: 60%;
}
.courseDetailTable .w65{
	width: 65%;
}
.courseDetailTable .w70{
	width: 70%;
}
.courseDetailTable .w75{
	width: 75%;
}
.courseDetailTable .w80{
	width: 80%;
}
.courseDetailTable .w85{
	width: 85%;
}
.courseDetailTable .w90{
	width: 90%;
}
.courseDetailTable .w95{
	width: 95%;
}
.courseDetailTable .w100{
	width: 100%;
}


/* 底部微信电话号码样式start */
/* @media (max-width:10000px) and (min-width: 700px) {
  .dibuwx {
	  display: none;
  }
}
@media (max-width:700px) and (min-width: 10px) {
  .dibuwx {
	  display: block;
  }
} */
.dibuwx {
	display: none;
	z-index: 999999;
	/* height: 60px; */
	height: 6em;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	box-shadow: darkgrey 10px 10px 30px 5px;
	/* em的取值 */
	font-size: 40px; 
}

/* ul */
.dibuwx .dbfloat {
	list-style-type: none;
    height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.dibuwx li {
	height: 100%;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dibuwx li .dbfloat-item {
	height: 100%;
	width: 100%;
	text-decoration: none;
	/* font-size: 14px; */
	font-size: 1.4em;
	text-align: center;
	color: #FFFFFF;
	/* line-height: 40px; */
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

/* 活跃态颜色 */
.dibuwx .bg-color {
	background-color: #E84032;
}
.dibuwx .bg-color a {
    width: 100%;
    color: #FFFFFF !important;
}

.dibuwx .dbfloat-item a {
	width: 100%;
	color: #666666;
}
.dibuwx .dbfloat-item a:first-child {
	position: relative;
	/* top: 8px; */
	top: 0.5em;
}
.dibuwx li a img {
	/* width: 23px; */
	width: 2.3em;
}

.dibuwx svg {
	width: 2.3em;
}

/* 关闭按钮和那个勾 */
.dibuwx-close {
	/* height: 24px; */
	height: 2.4em;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.dibuwx-close img {
	/* height: 20px;
	width: 20px; */
	height: 2em;
	width: 2em;
}
.dibuwx-success {
	display: flex;
	width: 100%;
	justify-content: center;
	/* margin-bottom: 10px; */
	margin-bottom: 1em;
}
.dibuwx-success img {
	/* width: 50px;
	height: 50px; */
	width: 5em;
	height: 5em;
}
/* 关闭按钮和那个勾 */

/* 中间的logo */
.dbfloat-logo,.dbfloat-logo-gif,.dbfloat-logo-bg {
	position: absolute;
}
.dbfloat-logo .dbfloat-logo-bg {
	/* height: 90px;
	width: 90px; */
	height: 9em;
	width: 9em;
	border-radius: 50%;
	bottom: 0;
}
.dbfloat-logo .dbfloat-logo-gif {
	bottom: 0;
	/* height: 80px;
	width: 80px; */
	height: 8em;
	width: 8em;
	border-radius: 50%;
}
.dbfloat-logo .dbfloat-logo-gif img,.dbfloat-logo .dbfloat-logo-bg img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.dbfloat-logo .dbfloat-logo-gif img {
	position: relative;
	/* top: -6px; */
	top: -0.6em;
}
/* 中间的logo */

.dibuwx-pop {
	display: none;
	/* padding: 20px; */
	padding: 2em;
	width: 80%;
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* border-radius: 10px; */
	border-radius: 1em;
	z-index: 1000001;
	background: #FFFFFF;
	color: #666;
	/* em的取值 */
	font-size: 40px;
}

.dibuwx-pop .wxtitle {
	color: #000;
	/* font-size: 26px;
	line-height: 26px; */
	font-size: 2.6em;
	/* line-height: 2.6em; */
	font-weight: bold;
	/* margin: 10px 0; */
	/* margin: 1em 0; */
	margin: 0.8em 0;
	font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-top: 0;
}
.dibuwx-pop .wechat-number, .dibuwx-pop .desc, .dibuwx-pop .desc-baidu,.dibuwx-pop .buttons {
	font-size: 1.6em;
}

.dibuwx-pop .desc-baidu {
	display: none;
	color: #E84032;
}

.dibuwx-pop .buttons {
	/* margin-top: 10px; */
	margin-top: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dibuwx-pop .buttons div {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1aad17 !important;
	/* border-radius: 10px !important;
	width: 120px;
	height: 36px; */
	border-radius: 1em !important;
	width: 12em;
	height: 3.6em;
	cursor: pointer !important;
	color: #fff !important;
}

.dibuwx-mask {
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000000;
}


.jconfirm-holder {
	width: 80%;
	margin: 0 auto;
}

.jconfirm-box {
	text-align: center;

}

.jconfirm-box img {
	width: 2.49094203rem;
	height: 2.49094203rem;
}

.jconfirm-box .wxtitle {
	color: #000;
	font-size: 1.13224638rem;
	line-height: 1.13224638rem;
	font-weight: bold;
	margin: 0.56612319rem 0;
	font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-top: 0;
}

.jconfirm-box .wechat-number,
.jconfirm-box .desc {
	color: #666;
	line-height: 1.13224638rem;
	margin: 0.56612319rem 0
}

.jconfirm-box .desc {
	margin-bottom: 0
}

.jconfirm-box .jconfirm-content {
	overflow: hidden !important;
}

.jconfirm-box .jconfirm-buttons {
	float: none !important;
}

.jconfirm-box .jconfirm-buttons .btn {

	background-color: #1aad17 !important;
	;
	border-radius: 0.50951087rem !important;
	;
	width: 8.15217391rem;
	height: 2.54755435rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer !important;
	;
	color: #fff !important;
}

/* 底部微信电话号码样式end */